home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1998 June
/
SGI Freeware 1998 June.iso
/
dist
/
fw_fileutils.idb
/
usr
/
freeware
/
catman
/
u_man
/
cat1
/
install.Z
/
install
Wrap
Text File
|
1998-05-21
|
4KB
|
134 lines
/xlv1/freeware/1998.May/fileutils/3.16/fileutils-3.16.diffbuild/man
IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111)))) FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss)))) IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111))))
NNNNAAAAMMMMEEEE
install - copy files and set their attributes
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
iiiinnnnssssttttaaaallllllll [options] [-s] [--strip] source dest
iiiinnnnssssttttaaaallllllll [options] [-s] [--strip] source... directory
iiiinnnnssssttttaaaallllllll [options] [-d,--directory] directory...
Options:
[-c] [-g group] [-m mode] [-o owner] [--group=group]
[--mode=mode] [--owner=owner] [--help] [--version]
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
This documentation is no longer being maintained and may be
inaccurate or incomplete. The Texinfo documentation is now
the authoritative source.
This manual page documents the GNU version of iiiinnnnssssttttaaaallllllll.
iiiinnnnssssttttaaaallllllll copies files and sets their permission modes and, if
possible, their owner and group. Used similarly to ccccpppp;
typically used in Makefiles to copy programs into their
destination directories. It can also be used to create the
destination directories and any leading directories, and to
set the final directory's modes. It refuses to copy files
onto themselves.
OOOOPPPPTTTTIIIIOOOONNNNSSSS
-_c Ignored; for compatibility with old Unix versions of
install.
-_d, --_d_i_r_e_c_t_o_r_y
Create each given directory and its leading
directories, if they do not already exist. Set the
owner, group and mode as given on the command line or
to the defaults. Also gives any leading directories
that are created those attributes. This is different
from the SunOS 4.x _i_n_s_t_a_l_l, which gives directories
that it creates the default attributes.
-_g, --_g_r_o_u_p _g_r_o_u_p
Set the group ownership of the installed file or
directory to the group ID of _g_r_o_u_p (default is
process's current group). _g_r_o_u_p may also be a numeric
group ID.
-_m, --_m_o_d_e _m_o_d_e
Set the permission mode for the installed file or
directory to _m_o_d_e, which can be either an octal number,
or a symbolic mode as in chmod, with 0 as the point of
departure. The default mode is 0755.
-_o, --_o_w_n_e_r _o_w_n_e_r
If run as root, set the ownership of the installed file
Page 1 (printed 5/18/98)
IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111)))) FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss)))) IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111))))
to the user ID of _o_w_n_e_r (default is root). _o_w_n_e_r may
also be a numeric user ID.
-_s, --_s_t_r_i_p
Strip the symbol tables from installed programs.
--_h_e_l_p
Print a usage message on standard output and exit
successfully.
--_v_e_r_s_i_o_n
Print version information on standard output then exit
successfully.
Page 2 (printed 5/18/98)